commit | 0ab5433da27005d50e186618eef5c91a81cd300d | [log] [tgz] |
---|---|---|
author | Wenyou Yang <wenyou.yang@atmel.com> | Tue Apr 18 14:54:51 2017 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue May 09 12:14:15 2017 -0600 |
tree | 777207210c26802ffcee4c91acdeb77cdf7bd96c | |
parent | 9daf89cb682bfa2aac037b7fa425eab7ad67b9b9 [diff] |
configs: at91sam9n12ek: Update for DT and DM support Update the configuration files to support the device tree and driver model. The device clock and pins configuration are handled by the clock and the pinctrl drivers respectively. Because the limitation of internal SRAM size, the SPL with driver model can't be supported, disable the SPL option. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Simon Glass <sjg@chromium.org>