From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Fri, 24 Feb 2017 08:46:59 +0800 Subject: [U-Boot] [PATCH v3 7/7] rockchip: rk3288: add defconfig for evb-rk3328 In-Reply-To: References: <1487835476-22596-1-git-send-email-kever.yang@rock-chips.com> <1487835476-22596-8-git-send-email-kever.yang@rock-chips.com> Message-ID: <58AF8283.50107@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, There is a typo on the subject of this patch, it should be rk3328 instead of rk3288 :( Sorry for that, are you able to fix it in your tree? Thanks, - Kever On 02/24/2017 12:20 AM, Simon Glass wrote: > On 23 February 2017 at 00:37, Kever Yang wrote: >> Enable board config for evb-rk3328. >> SDcard and eMMC boot is OK in this initial version, >> USB and EMAC function is not available now, will comes later. >> >> Signed-off-by: William Zhang >> Signed-off-by: Kever Yang >> Acked-by: Simon Glass >> --- >> >> Changes in v3: None >> Changes in v2: None >> >> configs/evb-rk3328_defconfig | 36 ++++++++++++++++++++++++++++++++++++ >> 1 file changed, 36 insertions(+) >> create mode 100644 configs/evb-rk3328_defconfig > Applied to u-boot-rockchip, thanks! > > >