diff options
author | Stefan Roese <sr@denx.de> | 2007-12-18 08:44:51 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-12-27 19:35:34 +0100 |
commit | 328a340392a5df9aaf00792be989df73e750859e (patch) | |
tree | c0c8488b66096dfc8f6927454f8e55a64e87c96a /include/configs | |
parent | 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b (diff) |
ppc4xx: fdt: Cleanup setup of cpu node setup
Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
without using the absolute path to the cpu node. This makes it possible
to use this U-Boot version with both versions of cpu-node naming
"cpu@0" and the former "PowerPC,440EPx@0".
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/kilauea.h | 1 | ||||
-rw-r--r-- | include/configs/sequoia.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/kilauea.h b/include/configs/kilauea.h index bec9fde73aa..f3e8601d850 100644 --- a/include/configs/kilauea.h +++ b/include/configs/kilauea.h @@ -519,6 +519,5 @@ /* pass open firmware flat tree */ #define CONFIG_OF_LIBFDT 1 #define CONFIG_OF_BOARD_SETUP 1 -#define OF_CPU "cpu@0" #endif /* __CONFIG_H */ diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h index 419ee733498..48a64e3fd83 100644 --- a/include/configs/sequoia.h +++ b/include/configs/sequoia.h @@ -492,6 +492,5 @@ /* pass open firmware flat tree */ #define CONFIG_OF_LIBFDT 1 #define CONFIG_OF_BOARD_SETUP 1 -#define OF_CPU "cpu@0" #endif /* __CONFIG_H */ |