diff options
author | Holger Brunck <holger.brunck@keymile.com> | 2015-11-17 10:53:28 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-18 15:28:54 -0500 |
commit | bbd94a0b491161c11a93436fd1bf91d601a8ba95 (patch) | |
tree | b2e22c6c971556bff8c15a1e35662b9ed33839b2 /include/configs/km82xx.h | |
parent | d6d864768f3008956f62c8d60459b9fc33db58ae (diff) |
km/powerpc: move open firmware defines to km-powerpc.h
We use the same settings for open firmware defines on all our powerpc
targets, so move them from the CPU specific headers to the common
powerpc header.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'include/configs/km82xx.h')
-rw-r--r-- | include/configs/km82xx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/km82xx.h b/include/configs/km82xx.h index 19e89cec76..4cfc1dc2d7 100644 --- a/include/configs/km82xx.h +++ b/include/configs/km82xx.h @@ -430,10 +430,7 @@ int get_scl(void); #define CONFIG_SYS_RESET_ADDRESS 0xFDFFFFFC /* "bad" address */ -/* pass open firmware flat tree */ #define CONFIG_FIT 1 -#define CONFIG_OF_LIBFDT 1 -#define CONFIG_OF_BOARD_SETUP 1 #define OF_TBCLK (bd->bi_busfreq / 4) #define OF_STDOUT_PATH "/soc/cpm/serial@11a90" |