diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-03 08:19:32 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 21:06:16 -0600 |
commit | 05bccbcd761e7170e236c982915781b143051abb (patch) | |
tree | 8d0908db1aef32e2a18fd3cdfef1425e11d6377e /include/configs/peach-pit.h | |
parent | 54abb000e3d76ab7c2d0df11a2b4074aec7f3c1f (diff) | |
download | u-boot-05bccbcd761e7170e236c982915781b143051abb.tar.gz |
power: Remove old TPS65090 drivers
Remove the old drivers (both the normal one and the cros_ec one) now that
we have new drivers that use driver model.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/peach-pit.h')
-rw-r--r-- | include/configs/peach-pit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/peach-pit.h b/include/configs/peach-pit.h index 18be42c86e..beb65b007d 100644 --- a/include/configs/peach-pit.h +++ b/include/configs/peach-pit.h @@ -34,8 +34,6 @@ #define CONFIG_VIDEO_PARADE -#define CONFIG_POWER_TPS65090_EC - /* DRAM Memory Banks */ #define CONFIG_NR_DRAM_BANKS 4 #define SDRAM_BANK_SIZE (512UL << 20UL) /* 512 MB */ |