diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 12:29:51 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:12 -0800 |
commit | 10343403af4eb15690eb905bd5172331b5cfa40d (patch) | |
tree | 405de1de6b110b6f99ef85eb66b93d4dc7210acf /include | |
parent | b41f192b6763948f878e1948770c7305211a2348 (diff) | |
download | u-boot-10343403af4eb15690eb905bd5172331b5cfa40d.tar.gz |
powerpc: QEMU_E500: Remove macro CONFIG_QEMU_E500
Replace CONFIG_QEMU_E500 with ARCH_QEMU_E500 in Kconfig and
clean up existing macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/qemu-ppce500.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/qemu-ppce500.h b/include/configs/qemu-ppce500.h index a7f2a9dc9c..2c85f65fc8 100644 --- a/include/configs/qemu-ppce500.h +++ b/include/configs/qemu-ppce500.h @@ -15,7 +15,6 @@ /* High Level Configuration Options */ #define CONFIG_BOOKE #define CONFIG_E500 /* BOOKE e500 family */ -#define CONFIG_QEMU_E500 #undef CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_TEXT_BASE 0xf01000 /* 15 MB */ |