diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:18:09 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:52:33 +0200 |
commit | be5abb0a834c346f9b22f983e9002ebab2c72cb3 (patch) | |
tree | 918dca3c916806aa3349cdd373dd80be2c8197dd /include/configs/MPC8313ERDB_NOR.h | |
parent | d17e5fdfea01cc53ff6a82725ff02479fbbfa957 (diff) | |
download | u-boot-be5abb0a834c346f9b22f983e9002ebab2c72cb3.tar.gz |
mpc83xx: Migrate HID config to Kconfig
Mirate the HID configuration settings to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/MPC8313ERDB_NOR.h')
-rw-r--r-- | include/configs/MPC8313ERDB_NOR.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/MPC8313ERDB_NOR.h b/include/configs/MPC8313ERDB_NOR.h index 18e056e1b2..bd1e54feec 100644 --- a/include/configs/MPC8313ERDB_NOR.h +++ b/include/configs/MPC8313ERDB_NOR.h @@ -335,13 +335,6 @@ /* Enable Internal USB Phy and GPIO on LCD Connector */ #define CONFIG_SYS_SICRL (SICRL_USBDR_10 | SICRL_LBC) -#define CONFIG_SYS_HID0_INIT 0x000000000 -#define CONFIG_SYS_HID0_FINAL (HID0_ENABLE_MACHINE_CHECK | \ - HID0_ENABLE_INSTRUCTION_CACHE | \ - HID0_ENABLE_DYNAMIC_POWER_MANAGMENT) - -#define CONFIG_SYS_HID2 HID2_HBE - /* * Environment Configuration */ |