[U-Boot] [PATCH] warp7: Move some USB configuration options to defconfig

2016-07-22 Thread Breno Lima
Currently it's recommended to move some configuration options to the defconfig file. Move some USB related options to the defconfig file. Signed-off-by: Breno Lima --- configs/warp7_defconfig | 6 ++ include/configs/warp7.h | 9 - 2 files changed, 6 insertions(+), 9 deletions(-) di

Re: [U-Boot] [PATCH] warp7: Move some USB configuration options to defconfig

2016-07-28 Thread Stefano Babic
On 22/07/2016 20:29, Breno Lima wrote: > Currently it's recommended to move some configuration options to the > defconfig file. > > Move some USB related options to the defconfig file. > > Signed-off-by: Breno Lima > --- > configs/warp7_defconfig | 6 ++ > include/configs/warp7.h | 9 --