diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-09-03 19:47:18 +0530 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-01 15:30:51 -0400 |
commit | 1d7b289ce1d56ada8c8b9d67099c94c4af9fa2b1 (patch) | |
tree | 700a8d869961dec29fe9f5e559e66465c297764e /include/configs/omap4_panda.h | |
parent | f565be758ef3448f915d8774f0065e8f487fa1d1 (diff) | |
download | u-boot-imx-1d7b289ce1d56ada8c8b9d67099c94c4af9fa2b1.zip u-boot-imx-1d7b289ce1d56ada8c8b9d67099c94c4af9fa2b1.tar.gz u-boot-imx-1d7b289ce1d56ada8c8b9d67099c94c4af9fa2b1.tar.bz2 |
ARM: OMAP4: Convert to ti_armv7_common.h
Update omap4_common.h to use ti_armv7_common.h
Testing:
* Boot tested on OMAP4430 ES2.1 OMAP4460 ES1.1 SDP, OMAP4 PANDA/PANDA ES
* Verified ./MAKEALL -s omap
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs/omap4_panda.h')
-rw-r--r-- | include/configs/omap4_panda.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index 8294622..6820e42 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -48,8 +48,6 @@ /* ENV related config options */ #define CONFIG_ENV_IS_NOWHERE -#define CONFIG_SYS_PROMPT "Panda # " - #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #endif /* __CONFIG_PANDA_H */ |