From 155254c40177888573014c52c256cc530eb210d1 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 16 Mar 2016 20:06:42 -0600 Subject: [PATCH] arch linux arm modifications --- include/configs/ti_omap4_common.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h index 8b6c065..03d9e7a 100644 --- a/include/configs/ti_omap4_common.h +++ b/include/configs/ti_omap4_common.h @@ -12,6 +12,8 @@ #ifndef __CONFIG_TI_OMAP4_COMMON_H #define __CONFIG_TI_OMAP4_COMMON_H +#define CONFIG_IDENT_STRING " Arch Linux ARM" + /* * High Level Configuration Options */ @@ -96,9 +98,8 @@ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) \ - func(LEGACY_MMC, legacy_mmc, 0) \ func(MMC, mmc, 1) \ - func(LEGACY_MMC, legacy_mmc, 1) \ + func(USB, usb, 0) \ func(PXE, pxe, na) \ func(DHCP, dhcp, na) -- 2.7.3